runtime.specialCheckFinalizer.cleanupID (field)

4 uses

	runtime (current package)
		mheap.go#L2210: 	cleanupID uint64 // Needed to disambiguate cleanups.
		mheap.go#L2230: 	s.cleanupID = cleanupID
		mheap.go#L2259: 				(*specialCheckFinalizer)(unsafe.Pointer(s)).cleanupID == cleanupID {
		mheap.go#L2309: 				(*specialCheckFinalizer)(unsafe.Pointer(s)).cleanupID == cleanupID {